Assignment to exc in soft scope is ambiguous #905
Open
heetbeet wants to merge 1 commit intoJuliaPy:masterfrom
heetbeet:patch-1
Open
Assignment to exc in soft scope is ambiguous #905heetbeet wants to merge 1 commit intoJuliaPy:masterfrom heetbeet:patch-1
exc in soft scope is ambiguous #905heetbeet wants to merge 1 commit intoJuliaPy:masterfrom
heetbeet:patch-1
Conversation
Suppress warning: ``` ┌ Warning: Assignment to `#6#exc` in soft scope is ambiguous because a global variable by the same name exists: `#6#exc` will be treated as a new local. Disambiguate by using `local #6#exc` to suppress this warning or `global #6#exc` to assign to the existing global variable. └ @ C:\Users\simon\devel\empty_app\bin\julia\localdepot\packages\PyCall\BD546\src\PyCall.jl:654 ```
Codecov Report
@@ Coverage Diff @@
## master #905 +/- ##
==========================================
- Coverage 68.03% 67.60% -0.43%
==========================================
Files 20 20
Lines 1980 1982 +2
==========================================
- Hits 1347 1340 -7
- Misses 633 642 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Member
|
This isn't the correct fix because it only works for |
Member
|
The right fix is probably to wrap the whole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Suppress warning: